adjacency matrix 뜻
발음:
"adjacency matrix" 예문
국어 번역
모바일
- 인접행렬
- adjacency noun, 인접, 이웃, 인접물, 인접지
- matrix noun, 자궁, 모체, (생) 세포 간질,
- adjacency list 인접 리스트
- matrix noun, 자궁, 모체, (생) 세포 간질, 자모, 지형, (컴퓨터의)행렬
- s-matrix 산란 행렬
- the matrix 매트릭스 시리즈; 매트릭스
- active matrix 액티브 매트릭스
- adjugate matrix 고전적 수반 행렬
- augmented matrix 첨가 행렬
- band matrix 띠행렬
- block matrix 블록 행렬
- cartan matrix 카르탕 행렬
- centrosymmetric matrix 중심대칭행렬
- circulant matrix 순환 행렬
- confusion matrix 혼동 행렬
예문
- When you use graph to create an undirected graph, the adjacency matrix must be symmetric.
graph 를 사용하여 무방향 그래프를 생성할 경우 인접 행렬은 대칭 행렬이어야 합니다. - Creating Graphs The primary ways to create a graph include using an adjacency matrix or an edge list.
그래프를 만드는 기본적인 방법에는 인접 행렬이나 간선 목록을 사용하는 것이 있습니다. - When you use digraph to create a directed graph, the adjacency matrix does not need to be symmetric.
digraph 를 사용하여 유방향 그래프를 생성할 경우 인접 행렬은 대칭 행렬일 필요가 없습니다. - The nonzero entries in an adjacency matrix indicate an edge between two nodes, and the value of the entry indicates the weight of the edge.
인접 행렬의 0이 아닌 항목은 두 노드 간 간선을 나타내고, 항목의 값은 간선의 가중치를 나타냅니다. - For large graphs, the adjacency matrix contains many zeros and is typically a sparse matrix. You cannot create a multigraph from an adjacency matrix.
대규모 그래프의 경우, 인접 행렬은 0을 많이 포함하며, 대개 희소 행렬입니다. 다중 그래프는 인접 행렬로 생성할 수 없습니다. - For large graphs, the adjacency matrix contains many zeros and is typically a sparse matrix. You cannot create a multigraph from an adjacency matrix.
대규모 그래프의 경우, 인접 행렬은 0을 많이 포함하며, 대개 희소 행렬입니다. 다중 그래프는 인접 행렬로 생성할 수 없습니다. - The diagonal elements of an adjacency matrix are typically zero, but a nonzero diagonal element indicates a self-loop , or a node that is connected to itself by an edge.
인접 행렬의 대각선 요소는 일반적으로 0이지만, 0이 아닌 대각선 요소는 자가 루프 , 또는 간선이 자기 자신에 연결되는 노드를 나타냅니다.